Vcenter NamespaceManagement Stats TimeSeries Spec

Vcenter NamespaceManagement Stats TimeSeries Spec
Vcenter NamespaceManagement Stats TimeSeries Spec

This structure is sent in a request for TimeSeries data and is used to specify what object stats should be returned for.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "obj_type": "string",
    "namespace": "string",
    "cluster": "string",
    "start": 0,
    "end": 0
}
string
obj_type
Required

Type of statistics object that the request is operating on.

For more information see: Vcenter NamespaceManagement Stats TimeSeries Spec ObjType.

This property was added in vSphere API 7.0.0.0.

string
namespace
Optional

Namespace name for queries for a namespace.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of obj_type is Vcenter NamespaceManagement Stats TimeSeries Spec ObjType.NAMESPACE.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance.

string
cluster
Optional

Cluster identifier for queries for a cluster.

This property was added in vSphere API 7.0.0.0.

This property is optional and it is only relevant when the value of obj_type is Vcenter NamespaceManagement Stats TimeSeries Spec ObjType.CLUSTER.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

integer As int64 As int64
start
Required

UNIX timestamp value indicating when the requested series of statistical samples should begin. https://en.wikipedia.org/wiki/Unix_time

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
end
Required

UNIX timestamp value indicating when the requested series of statistical samples should end. https://en.wikipedia.org/wiki/Unix_time

This property was added in vSphere API 7.0.0.0.